MarketingAction entities
Name | Type | Is Mandatory |
---|---|---|
MarketingActionId | Int32 | |
CampaignId | Int32 | |
Name | String | |
ActionCode | String | |
ActionTypeId | Int16 | |
ZoneId | Int32 | |
ActionMessageId | Int32 | |
MarketingExecutions | Collection of MarketingExecution | |
MarketingScenario | MarketingScenario | |
MarketingActionType | MarketingActionType | |
MarketingMessage | MarketingMessage | |
Zone | Zone |
Select all MarketingActions
https://customerapi.fts-crm360.com/data/MarketingActions()
HttpMethod : GET
Json Result :
[
{
"MarketingActionId" : "69",
"CampaignId" : "91",
"Name" : "8cHts",
"ActionCode" : "8d i 40I0nVrW",
"ActionTypeId" : "6",
"ZoneId" : "33",
"ActionMessageId" : "92"
},
{
"MarketingActionId" : "74",
"CampaignId" : "14",
"Name" : "mvT4NnVA",
"ActionCode" : "dHzeFtSqMR",
"ActionTypeId" : "3",
"ZoneId" : "64",
"ActionMessageId" : "69"
},
...
]
Select MarketingAction by Id
https://customerapi.fts-crm360.com/data/MarketingActions(69)
HttpMethod : GET
Json Result :
{
"MarketingActionId" : "85",
"CampaignId" : "31",
"Name" : "m8VSqBt dEzokL5D",
"ActionCode" : "bptz1knUotc1l64 Fm",
"ActionTypeId" : "6",
"ZoneId" : "1",
"ActionMessageId" : "72"
}